home *** CD-ROM | disk | FTP | other *** search
/ Together in Jesus: 1st Eucharist Computer Fun / Together in Jesus - First Eucharist - Computer Fun.iso / rec4_new.swf / scripts / DefineButton2_131 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-21  |  173b  |  8 lines

  1. on(release){
  2.    manwalk1a_mc._visible = false;
  3.    manwalk2a_mc._visible = true;
  4.    manwalk2a_mc.play();
  5.    tryagain_mc._visible = false;
  6.    soundCheering1.start();
  7. }
  8.